* s~\t+$~~
[lhc/web/wiklou.git] / languages / LanguagePl.php
index fea7f65..5dfa937 100644 (file)
@@ -968,7 +968,7 @@ class LanguagePl extends LanguageUtf8 {
                global $wgMonthNamesGenEn;
                return wfMsg( $wgMonthNamesGenEn[$key-1] );
        }
-       
+
        function formatMonth( $month, $format ) {
                return $this->getMonthAbbreviation( $month );
        }